home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / alex_trax.swf / scripts / DefineButton2_418 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-10-01  |  187 b   |  9 lines

  1. on(release){
  2.    _global.snd.playEvent("sndClick",1);
  3.    _global.config.gameScoreSubmit(_root.score);
  4.    if(_global.etc.host == "localhost")
  5.    {
  6.       gotoAndStop("menu");
  7.    }
  8. }
  9.